DiagramLite Programmer's Guide
DiagramNode.RemoveAnchorPointVisuals Method
See Also
 





Removes the AnchorPatern points from the node's Adorner.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

protected void RemoveAnchorPointVisuals (
    List<Path> anchorPointVisuals
)

Visual Basic  Copy Code

Protected Sub RemoveAnchorPointVisuals( _
    anchorPointVisuals As List(Of Path) _
)

 Parameters

anchorPointVisuals

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace